Selerix Developer Tools
SAML v1.1 Template
Enrollment Integrations > Enrollment Integration Details > Developer Walkthroughs > Single Sign-On (SSO) > SAML v1.1 Integration > SAML v1.1 Template

Use the SAML below as a template for SAML v1.1 integrations with Selerix BenSelect. 

<samlp:Response ResponseID="_4ace8045-32aa-4805-a4f2-e51919c40af1"

  MajorVersion="1" MinorVersion="1" IssueInstant="2017-04-07T01:09:33Z"

   Recipient="SamlResponse.aspx" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol">

  <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">

    <SignedInfo>

      <CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />

      <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />

      <Reference URI="#_4ace8045-32aa-4805-a4f2-e51919c40af1">

        <Transforms>

          <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />

          <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#">

            <InclusiveNamespaces PrefixList="#default samlp saml ds xs xsi" xmlns="http://www.w3.org/2001/10/xml-exc-c14n#"/>

          </Transform>

        </Transforms>

        <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />

        <DigestValue>feZk610FUF5wHr+1Git4EfsvhhI=</DigestValue>

      </Reference>

    </SignedInfo>

 

    <SignatureValue>

cJ0FPDLTW+7vs/pE8zxFSDFRd03VIt2BJnDRpyDNybN7QkHvjPHkq1/6m7HnTiLcI0jEQVDkpqdzW+asd/Kqyq

962MqZcLxAkjLKpkzRuD4pLTTZ7GsByZccKdwVmU8G570ZHjkcc1ajj8mLj4Dm2M/VhBXK+oqd0EaOXchTI0U=

    </SignatureValue>

 

    <KeyInfo>

      <X509Data>

        <X509Certificate>

MIIB5TCCAVKgAwIBAgIQgQAWTFMQ7rZJDOMj3T9bHDAJBgUrDgMCHQUAMBExDzANBgNVBAMTBkNsaWVudDAeF

w0xMTAxMTEyMjQ1MzNaFw0zOTEyMzEyMzU5NTlaMBExDzANBgNVBAMTBkNsaWVudDCBnzANBgkqhkiG9w0BAQE

FAAOBjQAwgYkCgYEAwEHg0tEGceEqBdFr1EUch9vGVTuY8+q3E7W3cu1jL34m3GxTNv2cUJ8dbcsVDQ4nqypBR

7e9nyTR6SPxzsjpEIr7dMPDEaPWEcdBCfAY4eyFHAHJcUT/vw1ShRPtuxbhvVFdp1az/39ujGZRpgduh+S8MCS

x9LBN87EAWNNZskkCAwEAAaNGMEQwQgYDVR0BBDswOYAQLTNwQk+X6LQKOtzxLxvc9qETMBExDzANBgNVBAMTB

kNsaWVudIIQgQAWTFMQ7rZJDOMj3T9bHDAJBgUrDgMCHQUAA4GBAFg7kxL6KuAHpVX0tZXnFQUqja8k/D7xrpk

2bNoAsxEJ8VMcmb2fZEmLlvn4Zb0jqpVVx9bbLvUwCWNusoNbV9ZY/hGdYg+BN/SxjfQ1Z+Ni85R6Ett53ZxKv

/aM92WAIyQarV6FznFwhfDhYeBzoPVKfOcbXp0VOZm+XkCkRfNb

        </X509Certificate>

      </X509Data>

    </KeyInfo>

  </Signature>

 

  <samlp:Status>

    <samlp:StatusCode Value="samlp:Success" />

  </samlp:Status>

 

  <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="_c2cef51a-e92b-4390-94dd-9f13d5d00df8"

    Issuer="Vendor" IssueInstant="2017-04-07T01:09:33Z" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">

    <saml:Conditions NotBefore="2017-04-06T00:09:33Z" NotOnOrAfter="2017-04-06T02:09:33Z">

      <saml:AudienceRestrictionCondition>

        <saml:Audience>Selerix</saml:Audience>

      </saml:AudienceRestrictionCondition>

    </saml:Conditions>

 

    <saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified"

      AuthenticationInstant="2017-04-07T01:09:33Z">

      <saml:Subject>

        <saml:NameIdentifier NameQualifier="" Format="">131193</saml:NameIdentifier>

        <saml:SubjectConfirmation>

          <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</saml:ConfirmationMethod>

          <saml:SubjectConfirmationData>

          </saml:SubjectConfirmationData>

        </saml:SubjectConfirmation>

      </saml:Subject>

    </saml:AuthenticationStatement>

 

    <saml: AttributeStatement>

      <saml:Attribute Name="SelerixAttributeName" AttributeNamespace="">

        <saml:AttributeValue>YourValue</saml:AttributeValue>

      </saml:Attribute>

    </saml:AttributeStatement>

 

  </saml:Assertion>

</samlp:Response>

 

See Also